home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / cc_learn.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  1KB  |  33 lines

  1. /*****************************************************************************
  2.   FILE           : cc_learn.h
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Michael Schmalzl
  10.   DATE           : 5.2.92
  11.  
  12.   CHANGED BY     : Michael Schmalzl
  13.   IDENTIFICATION : @(#)cc_learn.h    1.8 3/15/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _CC_LEARN_DEFINED_
  21. #define  _CC_LEARN_DEFINED_
  22.  
  23. /* begin global definition section */
  24. extern krui_err LEARN_CasCor(int StartPattern, int EndPattern,
  25.                       float *ParameterInArray, int NoOfInParams,
  26.                       float **ParameterOutArray, int *NoOfOutParams);
  27. /* end   global definition section */
  28.  
  29. /* begin privat definition section */
  30. /* end privat definition section */
  31.  
  32. #endif /* _CC_LEARN_DEFINED_ */
  33.